home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / DEMO / GEOCLOCK.BAT < prev    next >
DOS Batch File  |  1992-01-31  |  329b  |  14 lines

  1. @ECHO OFF
  2. echo Geoclock displays a running EGA map of the world hi-lighting and shading
  3. echo the current night and day status of major countries.  Nice demo.  After
  4. echo the program starts press ENTER.
  5. echo.
  6. echo Press any key to continue or...
  7. echo Press CTRL-C to cancel.
  8. echo.
  9. pause >nul
  10.  
  11. cd geoclk40
  12. geoclk
  13. cd..
  14.